![]() |
GetControlMinimum |
||||
Header: | Controls.h | Carbon status: | Supported | |
Obtains a control’s minimum setting.
SInt16 GetControlMinimum ( ControlRef theControl );
A handle to the control whose minimum value you wish to determine.
The specified control’s minimum setting, which is stored in the contrlMin field of the control structure.0
When you create a control, you specify an initial minimum setting either in the control resource or in the min parameter of the function NewControl. You can change the minimum setting by using the function SetControlMinimum.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)